home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / DTXTBOXM.PRO < prev    next >
Text File  |  1995-02-25  |  422b  |  16 lines

  1. ; default multiline textbox properties
  2. DataField       =   "<<fieldname>>"
  3. DataSource      =   "dtaCtr"
  4. Height          =   315
  5. Index           =   <<index>>
  6. Left            =   <<left>>
  7. MultipleLine    =   -1 ' True
  8. TabIndex        =   <<tabindex>>
  9. Tag             =   "<<fieldname>>"
  10. Text            =   "<<fieldname>>"
  11. Top             =   <<top>>
  12. Visible         =   1   'True
  13. Width           =   2415
  14.  
  15.  
  16.